/* header-swiper start */
.xe-header_swiper {
    position: relative;
    width: 750px;
    height: 50px;
    background-color: #e60012;
    overflow: hidden;
}
.xe-header_swiper ul {
    position: absolute;
    top: 0px;
    padding: 0;
    margin: 0;
    width: 750px;
    height: 50px;
    list-style: none;
    transition: all 1s;
}
.xe-header_swiper a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.175em;
}
.xe-header_swiper a:hover {
    text-decoration: underline;
}
/* header-swiper end */

/* 通栏 start */
.xe_tl > .xe_wrap {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
.xe_tl > .xe_wrap a {
    width: 49.5%;
    border-radius: 5px;
    overflow: hidden;
}
.xe_tl > .xe_wrap img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}
.xe_tl > .xe_wrap img:hover {
    transform: scale(1.05, 1.05);
}
/* 通栏 end */

.main_l .main_title .kstag {
    font-size: 18px;
    padding: 1px 4px;
    background: #ed213a;
    color: #ffffff;
    border-radius: 4px;
}

.main_l .main_news_list span {
    color: #cccccc;
}

/* toutiao jdt start */
.xe_jdt_link {
    position: relative;
}
.xe_jdt_link .xe_jdt_title {
    position: absolute;
    bottom: 1em;
    width: 100%;
    text-indent: 1em;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
/* toutiao jdt end */

/* 联系我们 start */
.contact_box a {
    text-decoration: none;
    color: #242424;
    cursor: pointer;
}
.contact_box a:hover {
    text-decoration: underline;
}

.contact_box img {
    border: none;
    vertical-align: middle;
}

@media screen and (min-width: 320px) {
    .contact_box .wrap_width {
        width: 100%;
    }
    .contact_box .region_info {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .contact_box .region_list > li {
        width: 100%;
    }

    .contact_box .region li,
    .contact_box .city_list li {
        box-sizing: border-box;
        width: 19.6%;
        margin: 2px 0.2%;
        font-size: 16px;
        line-height: 43px;
        text-align: center;
        background: #e1e1e1;
        cursor: pointer;
        border-radius: 8px;
    }
}

@media screen and (min-width: 750px) {
    .contact_box .wrap_width {
        width: 750px;
        margin: 0 auto;
    }
    .contact_box .region_info {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1000px) {
    .contact_box .wrap_width {
        width: 1000px;
    }
    .contact_box .region li,
    .contact_box .city_list li {
        width: 10.7%;
    }
}

@media screen and (min-width: 1200px) {
    .contact_box .wrap_width {
        width: 1150px;
    }
}

@media screen and (min-width: 1680px) {
    .xe_tl > .xe_wrap {
        max-width: 1400px;
    }
}

/* 初始化 end */

/* nav start */

/* main start */

.contact_box ul {
    display: flex;
    flex-wrap: wrap;
}

.contact_box li {
    flex: 0 0 auto;
}

.contact_box ul.city_list li:hover {
    color: #fff;
    background: #fe6553;
}

.contact_box ul.region li:hover {
    color: #fff;
    background: #fe6553;
}

.contact_box ul li.on {
    color: #fff;
    background: #fe6553 linear-gradient(159deg, #ff906e 0%, #f54842 67%, #eb0016 100%);
}

.contact_box .city_list {
    margin-bottom: 5px;
}

.contact_box .region {
    margin-bottom: 20px;
}

.contact_box .info_text {
    font-size: 16px;
    line-height: 32px;
    color: #646464;
}

.contact_box .info_text h4 {
    font-size: 18px;
    line-height: 26px;
    padding: 6px 0 4px;
}

.contact_box .info_text a {
    color: #fe6553;
    margin-right: 20px;
}

.contact_box .info_img {
    display: flex;
    text-align: center;
}

.contact_box .info_img div {
    margin-left: 20px;
}

.contact_box .info_img img {
    width: 160px;
    height: 160px;
}

.contact_box .info_img p {
    font-size: 12px;
    line-height: 33px;
    color: #646464;
}
/* main end */
/* 联系我们 end */
